home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / vsrch.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  55 lines

  1. Author:  Brian Maguire 
  2. Subject: Variable searcher 
  3. Date: November 1, 1991 
  4.  
  5.  
  6. VSRCH  -  Variable searcher 
  7.  
  8. úÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ 
  9. 3 Mini-instructions: String to search for, VSRCH.  -jkh- 3 
  10. àÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄù 
  11.  
  12. Copyright 1991  Brian Maguire 
  13. All Rights Reserved 
  14.  
  15. DISCLAIMERS 
  16.  
  17. VSRCH and this manual are presented as is, without warranties, expressed or  
  18. implied.  The author makes no guarantee as to the fitness of this software. 
  19.  
  20. VSRCH can be copied freely provided the software, including this  
  21. manual, is copied in its entirety.  The user cannot be charged, in whole or in  
  22. part, except for the cost of reproduction.  No part of this package may be  
  23. used for commercial purposes without written permission from the author. 
  24.  
  25.  
  26. SUMMARY 
  27.  
  28. VSRCH searches through the current directory for all variables that match  
  29. the input search string.  It is considered to be a match if all or part of the  
  30. variable name contains the search string.  For example, if "EQ" is input as the  
  31. search string, all variables that contain "EQ" in their name are returned. 
  32.  
  33. VSRCH can be used to select variables that contain specific classes of data.   
  34. For example, if you want to keep track of all variables that contain electrical  
  35. engineering equations, you can appended ".EE" to their names.  Then,  
  36. entering ".EE" VSRCH will return a list of all electrical engineering  
  37. equations in the current directory.  This type of naming convention is used  
  38. in the built-in equation catalog.  The equation catalog displays all variables  
  39. that contain equations or have "EQ" in their name. 
  40.  
  41.  
  42.  
  43. Input                   Output 
  44.  
  45. String   -->    { List of global names } 
  46.  
  47.  
  48.  
  49. Enjoy, 
  50.  
  51.  
  52. Brian Maguire 
  53. 139 Kingsbury 
  54. Dearborn, MI 48128 
  55.